home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / windows / virc96_1.zip / VIRC96.EXE / 0 / RCDATA / TUSERSETUP / TUSERSETUP.txt
Text File  |  1996-06-04  |  47KB  |  1,351 lines

  1. object UserSetup: TUserSetup
  2.   Left = 231
  3.   Top = 151
  4.   ActiveControl = tbNickname
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Client setup'
  8.   ClientHeight = 398
  9.   ClientWidth = 500
  10.   Font.Color = clWindowText
  11.   Font.Height = -14
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 120
  18.   TextHeight = 16
  19.   object Panel1: TPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 500
  23.     Height = 356
  24.     Align = alClient
  25.     BevelOuter = bvNone
  26.     BorderWidth = 5
  27.     ParentColor = True
  28.     TabOrder = 0
  29.     object SetupPages: TPageControl
  30.       Left = 5
  31.       Top = 5
  32.       Width = 490
  33.       Height = 346
  34.       ActivePage = tsUserSettings
  35.       Align = alClient
  36.       Font.Color = clWindowText
  37.       Font.Height = -14
  38.       Font.Name = 'MS Sans Serif'
  39.       Font.Style = []
  40.       MultiLine = True
  41.       ParentFont = False
  42.       TabOrder = 0
  43.       object tsUserSettings: TTabSheet
  44.         Hint = 
  45.           'Change your user settings, such as your nickname and email addre' +
  46.           'ss.'
  47.         Caption = '&User settings'
  48.         object Label1: TLabel
  49.           Left = 6
  50.           Top = 7
  51.           Width = 64
  52.           Height = 16
  53.           Caption = '&Nickname:'
  54.           FocusControl = tbNickname
  55.         end
  56.         object Label2: TLabel
  57.           Left = 6
  58.           Top = 31
  59.           Width = 76
  60.           Height = 16
  61.           Caption = '&Backup nick:'
  62.           FocusControl = tbBackupNick
  63.         end
  64.         object Label3: TLabel
  65.           Left = 6
  66.           Top = 55
  67.           Width = 37
  68.           Height = 16
  69.           Caption = '&Email:'
  70.           FocusControl = tbEmail
  71.         end
  72.         object Label4: TLabel
  73.           Left = 6
  74.           Top = 79
  75.           Width = 102
  76.           Height = 16
  77.           Caption = '&Real name/URL:'
  78.           FocusControl = tbGecos
  79.         end
  80.         object Label5: TLabel
  81.           Left = 6
  82.           Top = 103
  83.           Width = 43
  84.           Height = 16
  85.           Caption = '&Server:'
  86.           FocusControl = cbServer
  87.         end
  88.         object tbNickname: TEdit
  89.           Left = 114
  90.           Top = 4
  91.           Width = 359
  92.           Height = 24
  93.           MaxLength = 9
  94.           TabOrder = 0
  95.           Text = 'MeGAV96'
  96.         end
  97.         object tbBackupNick: TEdit
  98.           Left = 114
  99.           Top = 28
  100.           Width = 359
  101.           Height = 24
  102.           MaxLength = 9
  103.           TabOrder = 1
  104.           Text = 'MeGAV96_'
  105.         end
  106.         object tbEmail: TEdit
  107.           Left = 114
  108.           Top = 52
  109.           Width = 359
  110.           Height = 24
  111.           TabOrder = 2
  112.           Text = 'megalith@jimc.demon.co.uk'
  113.         end
  114.         object tbGecos: TEdit
  115.           Left = 114
  116.           Top = 76
  117.           Width = 359
  118.           Height = 24
  119.           TabOrder = 3
  120.           Text = '?iRC Beta Tester'
  121.         end
  122.         object GroupBox1: TGroupBox
  123.           Left = 8
  124.           Top = 128
  125.           Width = 465
  126.           Height = 85
  127.           Caption = '&Initial user modes'
  128.           TabOrder = 6
  129.           object Label6: TLabel
  130.             Left = 56
  131.             Top = 20
  132.             Width = 401
  133.             Height = 16
  134.             AutoSize = False
  135.             Caption = '- invisible to those who don'#39't know your nickname'
  136.           end
  137.           object Label7: TLabel
  138.             Left = 56
  139.             Top = 40
  140.             Width = 401
  141.             Height = 16
  142.             AutoSize = False
  143.             Caption = '- receive server-specific messages (e.g. KILLs and splits)'
  144.           end
  145.           object Label8: TLabel
  146.             Left = 56
  147.             Top = 60
  148.             Width = 401
  149.             Height = 16
  150.             AutoSize = False
  151.             Caption = '- receive messages directed at IRC operators'
  152.           end
  153.           object cbI: TCheckBox
  154.             Left = 12
  155.             Top = 20
  156.             Width = 44
  157.             Height = 17
  158.             Caption = '+i'
  159.             Font.Color = clWindowText
  160.             Font.Height = -14
  161.             Font.Name = 'MS Sans Serif'
  162.             Font.Style = [fsBold]
  163.             ParentFont = False
  164.             TabOrder = 0
  165.           end
  166.           object cbS: TCheckBox
  167.             Left = 12
  168.             Top = 40
  169.             Width = 44
  170.             Height = 17
  171.             Caption = '+s'
  172.             Font.Color = clWindowText
  173.             Font.Height = -14
  174.             Font.Name = 'MS Sans Serif'
  175.             Font.Style = [fsBold]
  176.             ParentFont = False
  177.             TabOrder = 1
  178.           end
  179.           object cbW: TCheckBox
  180.             Left = 12
  181.             Top = 60
  182.             Width = 44
  183.             Height = 17
  184.             Caption = '+w'
  185.             Font.Color = clWindowText
  186.             Font.Height = -14
  187.             Font.Name = 'MS Sans Serif'
  188.             Font.Style = [fsBold]
  189.             ParentFont = False
  190.             TabOrder = 2
  191.           end
  192.         end
  193.         object cbServer: TEdit
  194.           Left = 114
  195.           Top = 99
  196.           Width = 359
  197.           Height = 24
  198.           ReadOnly = True
  199.           TabOrder = 4
  200.         end
  201.         object Button1: TButton
  202.           Left = 453
  203.           Top = 101
  204.           Width = 18
  205.           Height = 20
  206.           Hint = 'Select a server from a list'
  207.           Caption = '6'
  208.           Font.Color = clWindowText
  209.           Font.Height = -13
  210.           Font.Name = 'Marlett'
  211.           Font.Style = []
  212.           ParentFont = False
  213.           ParentShowHint = False
  214.           ShowHint = True
  215.           TabOrder = 5
  216.           OnClick = Button1Click
  217.           OnMouseUp = Button1MouseUp
  218.         end
  219.         object IntroPanel: TPanel
  220.           Left = 8
  221.           Top = 224
  222.           Width = 465
  223.           Height = 61
  224.           BevelOuter = bvLowered
  225.           Color = 16773360
  226.           TabOrder = 7
  227.           Visible = False
  228.           object Label9: TLabel
  229.             Left = 4
  230.             Top = 4
  231.             Width = 194
  232.             Height = 18
  233.             Caption = 'Welcome to Visual IRC '#39'96!!'
  234.             Font.Color = clWindowText
  235.             Font.Height = -15
  236.             Font.Name = 'Arial'
  237.             Font.Style = [fsBold]
  238.             ParentFont = False
  239.           end
  240.           object Label10: TLabel
  241.             Left = 4
  242.             Top = 22
  243.             Width = 453
  244.             Height = 35
  245.             AutoSize = False
  246.             Caption = 
  247.               'To set ViRC '#39'96 up, simply enter your nickname, your email addre' +
  248.               'ss, and your real name or URL in the window above.'
  249.             WordWrap = True
  250.           end
  251.         end
  252.       end
  253.       object tsDCC: TTabSheet
  254.         Hint = 'Change DCC Chat and DCC Send preferences'
  255.         Caption = '&DCC'
  256.         object GroupBox2: TGroupBox
  257.           Left = 7
  258.           Top = 2
  259.           Width = 466
  260.           Height = 79
  261.           Caption = '&Block options'
  262.           TabOrder = 0
  263.           object Label11: TLabel
  264.             Left = 11
  265.             Top = 23
  266.             Width = 61
  267.             Height = 16
  268.             Caption = '&Blocksize:'
  269.             FocusControl = BlockSize
  270.           end
  271.           object SendAhead: TCheckBox
  272.             Left = 11
  273.             Top = 51
  274.             Width = 450
  275.             Height = 17
  276.             Caption = 'DCC &send-ahead enabled (compatible with mIRC'#39's FastDCC)'
  277.             TabOrder = 1
  278.           end
  279.           object BlockSize: TSpinEdit
  280.             Left = 79
  281.             Top = 20
  282.             Width = 121
  283.             Height = 24
  284.             Increment = 256
  285.             MaxValue = 4096
  286.             MinValue = 256
  287.             TabOrder = 0
  288.             Value = 1024
  289.           end
  290.         end
  291.         object GroupBox3: TGroupBox
  292.           Left = 7
  293.           Top = 86
  294.           Width = 466
  295.           Height = 67
  296.           Caption = '&Auto-reception'
  297.           TabOrder = 1
  298.           object AutoAcceptChat: TCheckBox
  299.             Left = 11
  300.             Top = 20
  301.             Width = 446
  302.             Height = 17
  303.             Caption = 'Automatically accept DCC &Chat requests'
  304.             TabOrder = 0
  305.           end
  306.           object AutoAcceptSend: TCheckBox
  307.             Left = 11
  308.             Top = 40
  309.             Width = 446
  310.             Height = 17
  311.             Caption = 'Automatically accept DCC &Send requests'
  312.